|
SDK/J Authentication Package ver1.0 RICOH Confidential |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjp.co.ricoh.dsdk.scard.framework.card.Card.Info
This is the class that encapsulates card information.
| Field Summary | |
static int |
PROTOCOL_RAW
RAW Data. |
static int |
PROTOCOL_T0
T0 Protocol. |
static int |
PROTOCOL_T1
T1 Protocol. |
| Method Summary | |
byte[] |
getAtr()
Obtains the ATR. |
int |
getProtocol()
Obtains the protocol. |
Slot |
getSlot()
Obtains the slot. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int PROTOCOL_T0
public static final int PROTOCOL_T1
public static final int PROTOCOL_RAW
| Method Detail |
public byte[] getAtr()
throws CardAccessException
CardAccessException -
when an error has occurred in the obtainment of the ATR.
public int getProtocol()
throws CardAccessException
CardAccessException -
when an error has occurred in the obtainment of the protocol.PROTOCOL_T0,
PROTOCOL_T1,
PROTOCOL_RAW
public Slot getSlot()
throws CardAccessException
CardAccessException -
when an error has occurred in the obtainment of the slot.
|
SDK/J Authentication Package ver1.0 RICOH Confidential |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||